html/template.escaper.escapeListConditionally (method)
3 uses
html/template (current package)
escape.go#L526: c1, _ := e.escapeListConditionally(c0, n.List, nil)
escape.go#L588: func (e *escaper) escapeListConditionally(c context, n *parse.ListNode, filter func(*escaper, context) bool) (context, bool) {
escape.go#L705: return e.escapeListConditionally(c, t.Tree.Root, filter)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)